Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix CI #63

Merged
merged 3 commits into from
May 1, 2024
Merged

Fix CI #63

merged 3 commits into from
May 1, 2024

Conversation

arp242
Copy link
Member

@arp242 arp242 commented May 1, 2024

Also update gofmt, some outdated patterns.

@arp242 arp242 force-pushed the ci branch 2 times, most recently from 502cd9d to 401d781 Compare May 1, 2024 17:09
Also update gofmt, some outdated patterns.
arp242 added 2 commits May 1, 2024 18:13
==================
WARNING: DATA RACE
Write at 0x00c000394018 by goroutine 10:
  github.com/fsnotify/fsevents.TestIssue48()
      /Users/runner/work/fsevents/fsevents/fsevents_test.go:137 +0xcc6
  testing.tRunner()
      /Users/runner/hostedtoolcache/go/1.17.13/x64/src/testing/testing.go:1259 +0x22f
  testing.(*T).Run·dwrap·21()
      /Users/runner/hostedtoolcache/go/1.17.13/x64/src/testing/testing.go:1306 +0x47

Previous read at 0x00c000394018 by goroutine 12:
  github.com/fsnotify/fsevents.TestIssue48.func1()
      /Users/runner/work/fsevents/fsevents/fsevents_test.go:112 +0x1d2

Goroutine 10 (running) created at:
  testing.(*T).Run()
      /Users/runner/hostedtoolcache/go/1.17.13/x64/src/testing/testing.go:1306 +0x726
  testing.runTests.func1()
      /Users/runner/hostedtoolcache/go/1.17.13/x64/src/testing/testing.go:1598 +0x99
  testing.tRunner()
      /Users/runner/hostedtoolcache/go/1.17.13/x64/src/testing/testing.go:1259 +0x22f
  testing.runTests()
      /Users/runner/hostedtoolcache/go/1.17.13/x64/src/testing/testing.go:1596 +0x7ca
  testing.(*M).Run()
      /Users/runner/hostedtoolcache/go/1.17.13/x64/src/testing/testing.go:1504 +0x9d1
  main.main()
      _testmain.go:55 +0x22b

Goroutine 12 (finished) created at:
  github.com/fsnotify/fsevents.TestIssue48()
      /Users/runner/work/fsevents/fsevents/fsevents_test.go:107 +0x815
  testing.tRunner()
      /Users/runner/hostedtoolcache/go/1.17.13/x64/src/testing/testing.go:1259 +0x22f
  testing.(*T).Run·dwrap·21()
      /Users/runner/hostedtoolcache/go/1.17.13/x64/src/testing/testing.go:1306 +0x47
==================
Experience with fsnotify has shown this can be an issue, and the tests
here seem fast enough.
@arp242 arp242 merged commit ce9aad4 into main May 1, 2024
5 checks passed
@arp242 arp242 deleted the ci branch May 1, 2024 17:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant